home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / programs / prog1a < prev    next >
Encoding:
Text File  |  1993-11-15  |  165 b   |  10 lines

  1. #!/usr/X386/bin/moat -file
  2. # testing interpreter can work on executable file
  3. xtAppInitialize -class Program
  4.  
  5. xmPushButton .fred managed
  6.  
  7. . realizeWidget
  8.  
  9. . mainLoop
  10.